ComponentOne ASP.NET MVC Controls
TrendLineOrder Method

C1.Web.Mvc.Fluent Namespace > TrendLineBuilder<T> Class : TrendLineOrder Method
The value.
Configurates C1.Web.Mvc.TrendLine<T>.TrendLineOrder. Sets the number of terms in a polynomial or fourier equation.
Syntax
'Declaration
 
Public Function TrendLineOrder( _
   ByVal value As Integer _
) As TrendLineBuilder(Of T)
public TrendLineBuilder<T> TrendLineOrder( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.
See Also

Reference

TrendLineBuilder<T> Class
TrendLineBuilder<T> Members